home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / wiz23.zip / WIZ.DOC < prev    next >
Text File  |  1991-09-28  |  25KB  |  704 lines

  1.  
  2.                 WIZ version 2.3
  3.                by Ray Van Tassle
  4.                1020 Fox Run Lane
  5.              Algonquin, Ill, 60102
  6.                 (708)-658-4941
  7.                September 30, 1991
  8.  
  9.     WIZ program and manual copyright(c) 1990-1991 by Ray Van Tassle.
  10.  
  11.     Abstract:
  12.     WIZ is a lightning-fast file finder. It will find file(s)
  13.     based on full wildcard specifications (more powerful than
  14.     standard DOS wildcard), and can also filter by file size
  15.     and date.  It can:
  16.        * select only executable files (EXE, COM, BAT).
  17.        * select only archive files (ZIP, ARC, etc.)
  18.        * switch you to the disk\directory of a file that it found.
  19.        * execute a DOS command for each file it finds.
  20.        * look inside archives (ZIP & ARJ)
  21.  
  22.     It will look on multiple disk drives for all matching
  23.     filenames.  You can pre-specify several default lists of
  24.     disk drives for it to search.
  25.  
  26.  
  27.     WIZ program and manual copyright(c) 1990-1991 by Ray Van Tassle.
  28.  
  29.     WIZ is shareware, NOT freeware!!!
  30.  
  31.     You are granted a limited 21 day evaluation license. At the end
  32.     of that period, you should either delete it and stop using it,
  33.     or send in the registration fee of $15.
  34.  
  35.  
  36.  
  37.     MANUAL
  38.     ------
  39.     I was tempted to call this program YAFF (yet another file
  40.     finder), but I settled on WIZ.  This is a funny acronym for
  41.     "where is". But it's also short for WIZARD, because it's so
  42.     fast it seems like magic, and it's filename matching is so
  43.     powerful.
  44.  
  45.     It looks on one or more disks for all filenames (including
  46.     directories) that match the specified filename. By default, it
  47.     starts on drive C, and goes up until it runs out of disks.
  48.  
  49.     It has been tested, and works, with DOS 3.x, including
  50.     DOS 3.31, DOS 4.01, and On-Track partitioning software.
  51.     DOS 3.31 and 4.01 have large (greater than 32MB) partitions
  52.     with more than 65,536 sectors.  On-Track has large partitions
  53.     by virtue of using large sectors (1024, 2048, or 4096 bytes,
  54.     rather than 512 bytes).
  55.     I do not have MS-DOS 5.0, but a beta-tester has reported to
  56.     me that WIZ works on it.
  57.  
  58.     WIZ normally prints out, for each matching file, the filename,
  59.     date, time, size, and path.  The files are NOT ordered or
  60.     sorted.  All "special" files (hidden, system) are
  61.     flagged with a left-pointing triangle after the filename.
  62.     Optionally, it will list the files in normal fully-pathed form
  63.     (e.g., C:\UTIL\PGMS\ABC.BAT), suitable for processing by a
  64.     program which expects normal filenames.  When the found file
  65.     is inside an archive (-l flag), it will be listed in a form
  66.     suitable for the archiver (e.g.,
  67.     "C:\UTIL\PGMS\FOO.ZIP FILE.EXE")
  68.  
  69.     I deemed that most of the time, people (including me) want it
  70.     to be FAST, rather than in some particular order.
  71.     As it reads the disk, it tries to optimize the head
  72.     motion, so directories are not processed in order of path, but
  73.     in the order that WIZ thinks will be quickest. However, it will
  74.     generally look at the files in a directory before it looks at
  75.     the sub-directories. However (especially if you have
  76.     directories with lots of files and sub-directories), it may
  77.     show some files in a directory, then show sub-directories, then
  78.     show more files in the directory.
  79.  
  80.     WIZ will ignore STACKER (tm) container files in the count of
  81.     files & MB's scanned.  STACKER is a disk expander utility
  82.     that keeps a compressed pseudo-disk in a container file.
  83.     This file has attributes of RHS, and is named "STACVOL.???".
  84.  
  85.  
  86.     PERFORMANCE & Comparison with other file-find programs
  87.     ------------------------------------------------------
  88.     Some tests, run on a 10MHZ AT, searching for a non-existent
  89.     file on a large disk partitioned into drives C thru K,
  90.     8002 total files, 184MB in files, in 436 directories.
  91.  
  92.     Search        WIZ         WHEREIS        Norton FF
  93.     string        V2.3        V4.0        V4.5
  94.     --------       ----------      -----------     ------------
  95.     zzz.zzz        0:13        1:32        1:42
  96.     *.zzz        0:15        2:00 (*)        1:51
  97.     *.*zz        0:17        2:00        can't
  98.     *.zz*        0:15        2:01        1:51
  99.  
  100.                 (*) file_specifier was `*.* "?.zzz" '
  101.  
  102.     Looking inside archives (ZIP & LZH):
  103.                      WIZ        SST 5.2a
  104.                     -------            --------
  105.     24 archives, ?? files         0:13         0:18
  106.     418 archives. 4700 files     3:02         4:02
  107.  
  108.  
  109.     (Note: SST v5.2 is the new name for WHEREIS v5.2)
  110.  
  111.     WHEREIS V4.0 (and some others) can look within more types
  112.     of ARC, ZIP, etc. files than WIZ handles.  But WIZ is
  113.     much faster than any other file-finder (including Norton's),
  114.     and it's wildcard ability is much more powerful than most,
  115.     and easier to use than most others that are equally powerful.
  116.  
  117.     WIZ is also much smaller than these other programs.
  118.     Norton FF v4.5 is 9K,  WHEREIS v4.0 is 22K,  WIZv2.0 is 10K
  119.     SSTv5.2a is 44K.
  120.  
  121.  
  122.     ERRORLEVEL exit codes
  123.     ---------------------
  124.     0 = Normal exit.
  125.     1 = Normal exit. -g changes disk/path
  126.     2 = Bad command line.
  127.     255 = Internal error.
  128.  
  129.  
  130.     Error Messages
  131.     --------------
  132.         "Can't tell if FAT-12 or FAT-16. Assuming FAT-16!"
  133.         Just what it says.  I've only seen this on networked
  134.         disk drives.  If you know how to RELIABLY tell what
  135.         type of FAT a disk has (other than going thru DOS),
  136.         please let me know.
  137.  
  138.     "malloc failed for FAT_buf!"
  139.         Can't allocate memory to read a FAT block.  Most
  140.         likely an internal error.
  141.  
  142.      "malloc failed for dir_sec_buf!"
  143.         Can't allocate memory to read in a directory sector.
  144.         Most likely an internal error.
  145.  
  146.     "Sorry, out of memory!!!"
  147.         You lose.
  148.  
  149.     "Can't open file:"
  150.         Failure to open an archive file.  Most likely a disk
  151.         error. Run CHKDSK.
  152.  
  153.     "Internal error in ZIP/LZH/ARJ file"
  154.         The data read from in archive file isn't as expected.
  155.         Most likely the archive has a new format, and WIZ
  156.         hasn't yet been updated.  'Course, the archive file
  157.         may be corrupted.
  158.  
  159.  
  160.     BUGS
  161.     ----
  162.     No known bugs.  However, WIZ mostly does not use DOS to
  163.     process a disk, so errors on my part, or a change in the disk
  164.     structure might break it.  The most major bug reported was on
  165.     huge disk partitions under MS-DOS 4.01.  This bug caused WIZ
  166.     to read a random block from the disk, and treat it as a
  167.     directory.  It made a valiant attempt to march down all the
  168.     phoney sub-directories, and would actually run for quite a
  169.     while before printing one of the "malloc failure" messages.
  170.  
  171.     If you are having problems, try 1) use the "-v" switch, to
  172.     isolate the error to a specific disk,  2) use "-vv", to see
  173.     as it hits each sub-directory,  3) use "*.*" to see all the
  174.     files, and watch until it walks off the edge of the world.
  175.     Then call or write me.
  176.  
  177.  
  178.     Command Line format and Switches
  179.     --------------------------------
  180.  
  181.     WIZ [disks:]file_pattern [-sN] [-dN] [-p] [-gN] [-x]
  182.         [-a] [-v] [-l] [-cS] [-zN] [-?] [>output-file-name]
  183.  
  184.     As usual, the stuff inside the square brackets "[]" are
  185.     optional and may be present or omitted. You do NOT include
  186.     the brackets in your command line.
  187.     The various fields and options may appear in any order, in
  188.     either upper or lower case.
  189.     The switch character can be either "-" or "/".
  190.  
  191.     You can have more than one set of "[disk:]pattern", and it
  192.     does the correct thing. That is, it scans each set in turn.
  193.     So you can say: "WIZ c:pyro* cd:*.cfg *.ovr".
  194.  
  195.     Except for size (-s) and date (-d), the options may be run
  196.     together.
  197.     For example: "WIZ -g20xp"   is the same as  "WIZ -g20 -x -p".
  198.  
  199.  
  200.  
  201.     If you just invoke WIZ without any parameters, it gives you a
  202.     brief help line.  For more info, include '-?'.  For even more,
  203.     include '-??'.
  204.  
  205.     Disk(s): & filename_pattern
  206.     ---------------------------
  207.     1) [disks:]pattern
  208.     2) pattern
  209.     3) :pattern
  210.  
  211.     With format 1, you specify the disk(s) you want it to look at,
  212.     followed by ":".  It will look at those drives, in the order
  213.     you listed them.  If you list the same one twice, it will look
  214.     at it twice.  You can specify a range of disks by using a
  215.     dash--"C-F" is the same as "CDEF".
  216.  
  217.     With format 2, it will look at all drives beginning with C. It
  218.     will stop when it hits a drive that it cannot read.
  219.  
  220.     With format 3, it will look at all drives beginning with A. It
  221.     will stop when it hits a drive that it cannot read, except A &
  222.     B.  If the floppy drive has a disk in, it will look at it,
  223.     otherwise it will ignore the floppy drive.
  224.  
  225.     If you have only one floppy drive, WIZ will check to see if DOS
  226.     last used it as A or B, and will skip the other drive letter
  227.     (B or A).
  228.  
  229.     You do not (and cannot) specify path or directory names,
  230.     because WIZ searches an entire disk.
  231.  
  232.  
  233.     Processing Disk(s) and Environment Variable
  234.     -------------------------------------------
  235.     You can over-ride the disks that WIZ looks at, and their
  236.     order, by making an environment variable "WIZ".  Do:
  237.     "SET WIZ=floppy-disk-list:hard-disk-list". Example:
  238.     "SET WIZ=AB:C-M".  What actually happens is that WIZ will
  239.     try to read all the disks to the left of the colon, then all
  240.     those to the right of the colon.  Those on the left are
  241.     deemed to be floppies, and it will keep going if it can't
  242.     read one.  Those on the right are deemed to be hard drives,
  243.     and it will quit on the first one that it can't read.
  244.  
  245.     If you specify disks on the command line, it will try to read
  246.     them all, even if it can't read one.
  247.  
  248.     The list may be discontiguous, (e.g., "C-FL-M").  This is
  249.     mostly useful if you are on a network, which tends to make
  250.     the networked disks at the higher letters, and leaves a hole
  251.     before them.  If you have only one floppy drive, you will
  252.     probably want to do: "SET WIZ=A:C-Z".
  253.  
  254.     Pre-defined Drive Sets
  255.     ----------------------
  256.     You can actually have several pre-defined sets of disks to
  257.     search. If the disk-specifier on the command line is a single
  258.     digit (0-9), it will look for that specifier in the WIZ
  259.     variable.  For example, you might say:
  260.         "SET WIZ=AB:C-F  1=CDEF 2=AB:  3=C-Z 4=C-Z:"
  261.  
  262.     As above, those to the left of the colon are deemed floppies,
  263.     and WIZ will keep going if it can't read one; those to the
  264.     right are hard drives, and WIZ will quit if it can't read one.
  265.     However, if there isn't a colon, then they are ALL deemed to
  266.     be hard drives.
  267.  
  268.     The command "WIZ z.z", will look on ABCDEF.
  269.     The command "WIZ 1:z.z", will look on CDEF.
  270.     The command "WIZ 2:z.z", will look on AB.
  271.     The command "WIZ 3:z.z", will look on all drives C-Z (and
  272.         will quit at the first on that it can't read).
  273.     The command "WIZ 4:z.z", will look on all drives C-Z (and it
  274.         will attempt to read each and every one of them).
  275.     The command "WIZ 9:z.z", will give an error message.
  276.  
  277.  
  278.  
  279.  
  280.  
  281.     PATTERN:
  282.     --------
  283.     I call it "pattern" rather than "filename", because WIZ
  284.     does a full pattern-match against the actual filenames it
  285.     reads from the disk.  The pattern has three special characters
  286.     (called meta-characters), plus all the other characters
  287.     possible in a filename.
  288.  
  289.     1)  "*" (star)
  290.     2)  "?" (question mark)
  291.     3)  "." (dot),
  292.  
  293.     1) "*"    This is the "rubber" wildcard meta-character.  The
  294.         star will match as many characters as possible, from
  295.         none to the entire filename.  It is "rubber", because
  296.         it will shrink & stretch to match as many characters
  297.         as required.
  298.  
  299.     2) "?"    This is the "single" wildcard meta-character.  It will
  300.         match exactly ONE character in the filename.
  301.  
  302.     3) "."  This is the "separator" meta-character (it is NOT a
  303.         wildcard character).
  304.         If you specify a dot in the pattern, the disk filename
  305.         (and the pattern) is treated as having two parts,
  306.         one before the dot, and one after the dot.
  307.         Each part undergoes it's own pattern matching.
  308.  
  309.     If you don't have any meta-characters in the filename pattern,
  310.     WIZ appends a "*" on the end of what you specified.
  311.  
  312.     Proper pattern matching (like WIZ does) is almost a D.W.I.M.
  313.     (do what I mean) operation.  DOS's wildcards are so primitive
  314.     that it is professionally embarrassing.  Not only that, but the
  315.     pattern-matching subroutine in WIZ is only a couple of dozen
  316.     lines of code.  And it's surprisingly fast.
  317.  
  318.     To give some examples:
  319.     *A*     means:
  320.         any file which has an A anywhere in it, on either side
  321.         of the dot.
  322.  
  323.     Z*    Any file that starts with a Z
  324.         (ZZBC.BAT    Z.Z)
  325.  
  326.     ?.    Any filename that has exactly one character in it, and
  327.         has no extent.  (A.   B.   but not    AB.   or A.BAT)
  328.  
  329.     ?*      Any filename that isn't totally blank.
  330.  
  331.     A*T    any file that starts with A and ends with T in the
  332.         extent. (ABCDE.BAT     A.T    AB.ERT but not ABCERT.)
  333.  
  334.     A*T.    any file that starts with A and ends with T, and
  335.         has no extent. (ABCERT.      but not ABCERT.RST)
  336.  
  337.     A*T.*    any file that starts with A and ends with T, whether or
  338.         not it has an extent.
  339.         (ABCERT.    ABCERT.RST    ABCDET.COM)
  340.  
  341.     A*B*Z.* any file that starts with A then somewhere to the right
  342.         has a B, then ends with Z, and has any extent.
  343.         (ABZ.BAT    AMNOBPQRZ.   ABYXZ.COM)
  344.  
  345.     *.C    any file with an extent of C
  346.  
  347.     W*.C    any file that starts with W and has a C extent. (W.C
  348.         WIZ.C  WIZ14.C)
  349.  
  350.     W*4.C    any file that starts with W, ends with 4, and has an
  351.         extent of C.
  352.  
  353.     ???.C    any file that has exactly 3 characters in the name, and
  354.         an extent of C.
  355.  
  356.     Directories also participate in the filename matching.  A lot
  357.     of other whereis programs don't tell you about directory names
  358.     that match.  I find this annoying, because many times I can
  359.     remember the directory name (or at least part of it), but not
  360.     the file names.  This is especially true for things that I
  361.     have downloaded.  Since directories normally don't have an
  362.     extent (although they can), for matching purposes a directory
  363.     that does not have an extent is treated as if it has a blank
  364.     extent, so it has a dot.  But when it is printed out, this
  365.     implied dot isn't printed.
  366.  
  367.     POPDROP.  will match the directory name "POPDROP"
  368.           and the filename "POPDROP.", but not "POPDROP.COM"
  369.  
  370.     POPDROP.* will match all of the above
  371.  
  372.     POPDROP   will match all of the above, but also POPDROP2.COM
  373.           etc.
  374.  
  375.  
  376.  
  377.  
  378.     -s Size qualifier
  379.     -----------------
  380.     Files may be further filtered by their size. Either or both
  381.     minimum and maximum size may be specified. A file will match
  382.     only if it's size falls between the two limits, inclusive.
  383.     Note that a directory, while it is really a file, is not
  384.     considered to have a size, so directories will NEVER show up
  385.     if you give a size qualifier. This gives a way to never show
  386.     directories: just add "-s0".  All other files have a size
  387.     that is greater than or equal to zero.
  388.  
  389.     -s[low_limit][:hi_limit]
  390.  
  391.     -s100        Files that are 100 or more bytes large.
  392.  
  393.     -s:10000    Files that are 10000 or less bytes large.
  394.  
  395.     -s500:600    Files whose size is greater than or equal to
  396.             500 bytes, and less than or equal to 600 bytes.
  397.  
  398.     -s1000:1000    Files that are exactly 1000 bytes large.
  399.  
  400.  
  401.  
  402.     -d Date qualifier
  403.     -----------------
  404.     Files may also be filtered by date.  Either or both
  405.     lowest & highest date may be specified. A file will match
  406.     only if it's date falls between the two limits, inclusive.
  407.  
  408.     -d[low_date][:high_date]
  409.  
  410.     The format for date is MM/DD/YY or MM-DD-YY.  The year
  411.     can be given as either "91" or "1991".
  412.  
  413.     -d1/1/90    Files dated on or after Jan 1, 1990.
  414.  
  415.     -d:12-31-87    Files dated on or before Dec 31, 1987.
  416.  
  417.     -d1-1-90:12-31-1990  Files dated anytime in 1990.
  418.  
  419.     -d12/12/90:11/11/90  No files---it's impossible for a file to
  420.             be dated after Dec 12, 1990 and before
  421.             Nov 11, 1990 (inclusive)
  422.  
  423.  
  424.  
  425.     -p    List in canonical pathname format
  426.     ---------------------------------------
  427.     The matching files are listed in normal DOS format:
  428.         disk:\path\name.ext
  429.     If the "-l" flag ("look inside archives") is given,
  430.     the format is:
  431.         disk\path\archive-name.zip filename.ext
  432.  
  433.     Date, time, size are not given.  This type of list
  434.     is presumably going to be fed into a program as a
  435.     list of files, so directories will not be listed.
  436.  
  437.  
  438.  
  439.     -g     Go to directory
  440.     ----------------------
  441.     This will change your path to the disk & directory of the
  442.     Nth file in the list of files that matched.  If you omit
  443.     N (or N is zero), it will ask you at each match if that is
  444.     where you want to go.
  445.  
  446.     If that file is a directory, WIZ will set the path to that
  447.     directory.  On the other hand, if it is a file, WIZ will set
  448.     the path to be the directory that the file is in.
  449.  
  450.     Obviously, if N is larger than the number of files that match,
  451.     nothing will happen.
  452.  
  453.     -g5    Will change to the path of the 5th listed file.
  454.     -g1    Will change to the path of the first listed file.
  455.     -g    Will ask you at each matched file if it should change
  456.         to the path of the listed file.
  457.  
  458.  
  459.     -x    Executable files
  460.     ----------------------
  461.     This switch will set a pre-filter, and select only executable
  462.     files (.BAT, .COM, .EXE) that pass the other filters (size,
  463.     date, pattern).  For this to work properly, the pattern should
  464.     either not have a dot, or terminate with ".*" (because this is
  465.     just an additional filter, albeit one with three holes).
  466.  
  467.     I added this because a lot of times I find myself looking for
  468.     a handy but seldom-used program, and I can never remember if
  469.     it's a COM or an EXE file.  And if I put "*FOO*.*", WIZ lists
  470.     everything, including the directory, DOC, README, etc.
  471.  
  472.  
  473.     -a    Archive files
  474.     -------------------
  475.     This works just like "-x", except it's for archive files.
  476.     These are ZIP, ARC, LZH, ZOO, ARJ, PAK.
  477.  
  478.  
  479.     -v    Verbose
  480.     -------------
  481.     If you have this flag once, WIZ will print the disk name when
  482.     it starts as it starts on a disk.  If you have it twice
  483.     (-vv), it will also print the name of each directory as it
  484.     starts processing it.  This is mostly useful for trouble
  485.     shooting, or to see a progress indication.
  486.  
  487.  
  488.     -l    Look inside archives
  489.     --------------------------
  490.     This switch will make it look inside archives (ZIP, LZH, and
  491.     ARJ archives only), for a matching filespec.  Note that all
  492.     the filters apply to the file INSIDE the archive, and NOT to
  493.     the archive itself.  The disk list will, however, still
  494.     specify the disks to look at.  It is not possible to scan for
  495.     files and inside archives at the same time--this would have
  496.     added too much complexity to the code.
  497.  
  498.     Both PKZIP and ARJ come with information on the internal
  499.     format of their archive files, including the header.  Neither
  500.     LHARC nor LHA do, but it was pretty easy for me to figure
  501.     out.  I do ZIP's because that is currently the most common
  502.     type of archive.  LHA compresses smaller, but lacks a few
  503.     features, and is slower in compressing.  ARJ is the BEST.  It
  504.     packs 5% - 10% tighter than ZIP (but is slower in
  505.     compressing), and includes all the nice features of ZIP,
  506.     including encryption, comments, etc, and also can
  507.     automagically create a segmented archive, so you can put a
  508.     huge archive onto several floppy disks, without having to use
  509.     SLICE/SPLICE.  It also comes with a handy utility to convert
  510.     any other archive type to ARJ's.  I didn't do any other
  511.     archivers, because 1) I don't have information on the
  512.     internal format, 2) these three are the most common, and
  513.     best, and 3) I don't want WIZ to get any larger than
  514.     necessary.
  515.  
  516.  
  517.     -zN    Pass back information to calling program
  518.     ------------------------------------------------
  519.     See "CALL_WIZ.DOC".
  520.  
  521.     -c    Execute a command
  522.     -------------------------
  523.     This lets you execute a DOS command for each matching file.
  524.     The format is '-cCOMMAND' or '-c COMMAND'. However, if the
  525.     COMMAND has any special characters (space, |, <, >, etc.) you
  526.     must enclose it in quotes: '-c"COMMAND"'.
  527.  
  528.     Each occurance (if any) of the character "*" in the command is
  529.     replaced by the complete file-name (including disk and path).
  530.  
  531.     WIZ will spawn a new copy of the command-line shell
  532.     (COMMAND.COM, 4DOS, etc.), and pass it the built command. The
  533.     one exception is that the command "del*" or "del *" (to
  534.     delete the file) is handled internally by WIZ itself.  (Note
  535.     that you can use the form: '-cdel*', and you do not need a
  536.     space before the '*', nor do you need to enclose the command
  537.     in quotes.)  For this command, WIZ will prompt you to confirm
  538.     each file to be deleted.  (I did this because deleting files
  539.     is a handy thing to do, and it's quicker to do it inside of
  540.     WIZ that to spawn a shell to do it.  But I'm no fool!! You
  541.     have to confirm that you want delete, for each file. No
  542.     way am I going to let it merrily delete every file on my
  543.     disk(s) just because I make one little mistake on the command
  544.     line!!)   If you prefer to have the shell handle the file
  545.     deletions, use "erase *" or "delete *".
  546.  
  547.     You can't do "-cdel*" along with "-l".  If you have given the
  548.     -l switch, the '*" is replaced with the complete filename of
  549.     the archive (.ZIP, .LZH, .ARJ), a space, and then the
  550.     filename.
  551.  
  552.     Examples:
  553.         -c"type *"    -- type each matching file
  554.         -c"more <*"    -- ditto, with a pause for each page
  555.         -c"copy * a:\"    -- copy each matching file to A:
  556.         -c"set"        -- display the environment at each
  557.                    matching file.
  558.         -c"pkunzip *"    -- extract matching files from a ZIP
  559.                    archive.
  560.  
  561.  
  562.  
  563.  
  564.  
  565.     Coming Attractions
  566.     ------------------
  567.     An interactive screen interface.
  568.     It will gather the file names instead of just printing them
  569.     out.  Then you will be able to sort by name, extent, disk,
  570.     date, size.  You'll also be able to tag files and delete, copy,
  571.     move them, and find duplicates.
  572.     Plus other things I think of, or get suggested.
  573.  
  574.     This is shareware, so I'm more interested and receptive in
  575.     hearing comments and suggestions than a commercial software
  576.     publisher would be.  Just send them in, or give me a call.
  577.     I can't promise to fix bugs, or add specific features, but
  578.     I'll listen to everything. Even if you're cheap and haven't
  579.     registered.
  580.  
  581.  
  582.  
  583.     Update History
  584.     --------------
  585.  
  586.     1.6
  587.     Initial public release
  588.  
  589.     1.7
  590.     Bug fixes
  591.  
  592.     1.8
  593.     Changed "-g" operation. Quit as soon as we hit the correct
  594.     one.  Sound an alarm bell when we set disk/directory.
  595.  
  596.     1.81 (not released)
  597.     * Fix for huge disks. I tested with 100+ MB disk, but failed
  598.     to test with a nearly full disk. Result=BUG!! -- (overflow in
  599.     intermediate calculation, converting cluster to sector
  600.     number.)  Thanks, Eddie, for running DOS 4.01 with one huge
  601.     >32MB partition--which all the gurus recommend against!
  602.  
  603.     1.9
  604.     * Fixed bug in handling full root directory.
  605.     * Changes in walking the directory tree.  Made it
  606.       non-recursive; changed the way I collect pathname to print.
  607.     * Added -c switch.
  608.     * Fix bug in handling a sub-directory that is exactly and
  609.       evenly full, with no next cluster.
  610.  
  611.     1.91
  612.     * Slightly faster
  613.     * Added -a switch
  614.  
  615.     2.00
  616.     * Slightly smaller and faster.
  617.     * Creeping featurism!!
  618.     * Added -l switch, to look inside archives
  619.     * Decided that the ability to look inside achives should
  620.       signify a new major version, so it's now 2.0
  621.  
  622.     2.1
  623.     * Mod for stacker container files.
  624.     * Speeded up some filename checks (2 times in some cases)
  625.  
  626.     2.2
  627.     * Better disk-name processing.  Added WIZ environment
  628.       variable.
  629.     * Fixed bug introduced in 1.9 on pattern matching of
  630.       directory-names, with dot in pattern & no extent.
  631.     * Reset counts at the start of each path.
  632.  
  633.     2.3
  634.     * Fixed matching of directory names (a very subtle bug!!)
  635.     * Added -z flag (for other programs to call WIZ).
  636.     * Changed -g0 to query at each matching file.
  637.     * Changed date format. Included seconds in the time.
  638.     * Added checking for the "other" floppy disk, if there is only
  639.       one configured on the computer.
  640.  
  641.     ********
  642.     Programming notes (if anyone is interested):
  643.  
  644.     The way I scan thru the disk, it pretty much sweeps thru
  645.     the disk from front to back, without (much) hopping back &
  646.     forth.  So it scans the 1st cluster of ALL the directories
  647.     and sub-directories on the disk, then makes a pass thru the
  648.     FAT (from start to end within the FAT), and so on.
  649.  
  650.     This optimization of head movement really helps to speed it
  651.     up, especially if you don't have a fast disk.  The
  652.     unfortunate side effect is that it looks at a directory one
  653.     chunk at a time, interspersed with chunks of other
  654.     directories.  But it sure is fast!!
  655.  
  656.  
  657.  
  658.                            --------------------------
  659.                              INVOICE / REGISTRATION
  660.                            --------------------------
  661.  
  662.  
  663.  
  664.           Sold to: ___________________________________________________
  665.  
  666.                    ___________________________________________________
  667.  
  668.                    ___________________________________________________
  669.  
  670.  
  671.              Date: ______________________________
  672.  
  673.  
  674.           ============================================================
  675.  
  676.  
  677.  
  678.  
  679.           _____ copies of WIZ version 2.3 at $15 each $____________
  680.  
  681.  
  682.                                 TOTAL ENCLOSED.......  $____________
  683.  
  684.       Where did you get your copy of WIZ?
  685.       Shareware distributor name:___________________
  686.       BBS name: ____________________
  687.       BBS phone #:  ____________________
  688.  
  689.  
  690.                       Send this invoice and your check to:
  691.  
  692.                 Ray Van Tassle
  693.                 1020 Fox Run Lane
  694.                 Algonquin, Il. 60102
  695.                 (708)-658-4941
  696.  
  697.  
  698.  
  699.  
  700.           =============================================================
  701.  
  702.           Thank you for your support ............... Ray Van Tassle
  703.  
  704.